-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temp review #14
Open
tarasborov
wants to merge
21
commits into
master
Choose a base branch
from
temp
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Temp review #14
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
fe60ed3
launch multi robot
tarasborov 69f2d83
stairs gaite
tarasborov 9f958a4
plot trajectory
tarasborov f25b856
Merge pull request #12 from SoftServeSAG/stairs_gait
tarasborov a732534
Merge branch 'temp' into multi_robot
tarasborov f770d45
Merge pull request #13 from SoftServeSAG/multi_robot
tarasborov 6ce5997
rs_gazebo package file
tarasborov 0b252a8
delleted stairs tries
tarasborov 60310c8
nvidia run
tarasborov f6a98a9
edited readme
tarasborov d8fa26d
Merge remote-tracking branch 'origin/temp' into temp
tarasborov 24daae7
refactored code rev01
tarasborov 302faa9
Merge remote-tracking branch 'origin/temp' into temp
tarasborov 48e62ab
edited initial values in GUI
tarasborov cb1cbdc
added coments to env_tester.py
tarasborov b83bcfc
edited talker.py
tarasborov 996db73
added teleop
tarasborov b57efde
edited readme
tarasborov dd5e461
refactored code yfedi
tarasborov 0416833
corrected GUI size
tarasborov 65572e4
corrected history of session.yml
tarasborov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
sit_down: [ [ 0.20, 1.0, -2.49 ], | ||
[ -0.20, 1.0, -2.49 ], | ||
[ 0.20, 1.0, -2.49 ], | ||
[ -0.20, 1.0, -2.49 ] ] | ||
|
||
stand_up: [ [ 0.20, 0.7, -1.39 ], | ||
[ -0.20, 0.7, -1.39 ], | ||
[ 0.20, 0.7, -1.39 ], | ||
[ -0.20, 0.7, -1.39 ] ] | ||
|
||
give_paw: [ [ -0.30, 1.0, -1.39 ], | ||
[ -0.20, -0.6, -1.09 ], | ||
[ 0.20, 1.0, -2.39 ], | ||
[ -0.20, 1.0, -2.39 ] ] | ||
|
||
leg_spread: [ [ 1.20, 0.7, -1.39 ], | ||
[ -1.20, 0.7, -1.39 ], | ||
[ 1.20, 0.7, -1.39 ], | ||
[ -1.20, 0.7, -1.39 ] ] | ||
|
||
fl_leg: [ [ 0.20, -0.2, -1.09 ], | ||
[ -0.20, 0.7, -1.39 ], | ||
[ 0.20, 0.7, -1.39 ], | ||
[ -0.20, 0.7, -1.39 ] ] | ||
|
||
fr_leg: [ [ 0.20, 0.7, -1.09 ], | ||
[ -0.20, -0.2, -1.09 ], | ||
[ 0.20, 0.7, -1.39 ], | ||
[ -0.20, 0.7, -1.39 ] ] | ||
|
||
bow_forward: [ [ 0.20, 1.0, -1.79 ], | ||
[ -0.20, 1.0, -1.79 ], | ||
[ 0.20, 0.7, -1.29 ], | ||
[ -0.20, 0.7, -1.29 ] ] | ||
|
||
leg_spread_left: [ [ 1.20, 0.7, -1.39 ], | ||
[ 0.20, 0.7, -1.39 ], | ||
[ 1.20, 0.7, -1.39 ], | ||
[ 0.20, 0.7, -1.39 ] ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
<launch> | ||
|
||
<arg name="spot_name" default="spot1" /> | ||
<!-- Load joint controller configurations from YAML file to parameter server --> | ||
<rosparam file="$(find rs_control)/config/spot_control.yaml" command="load"/> | ||
|
||
<!-- Load the controllers --> | ||
<node name="controller_spawner" pkg="controller_manager" type="spawner" respawn="false" | ||
output="screen" ns="/spot" args="joint_front_left_hip_x_controller joint_front_left_hip_y_controller joint_front_left_knee_controller joint_front_right_hip_x_controller joint_front_right_hip_y_controller joint_front_right_knee_controller joint_rear_left_hip_x_controller joint_rear_left_hip_y_controller joint_rear_left_knee_controller joint_rear_right_hip_x_controller joint_rear_right_hip_y_controller joint_rear_right_knee_controller joint_states_controller"/> | ||
|
||
<!-- convert joint states to TF transforms for rviz, etc --> | ||
<!-- <node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" respawn="false" output="screen"> | ||
<remap from="/joint_states" to="/spot/joint_states" /> | ||
</node> --> | ||
|
||
output="screen" ns="/$(arg spot_name)" args="joint_front_left_hip_x_controller | ||
joint_front_left_hip_y_controller | ||
joint_front_left_knee_controller | ||
joint_front_right_hip_x_controller | ||
joint_front_right_hip_y_controller | ||
joint_front_right_knee_controller | ||
joint_rear_left_hip_x_controller | ||
joint_rear_left_hip_y_controller | ||
joint_rear_left_knee_controller | ||
joint_rear_right_hip_x_controller | ||
joint_rear_right_hip_y_controller | ||
joint_rear_right_knee_controller | ||
joint_states_controller"/> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<launch> | ||
<arg name="robot_name" default="spot1" /> | ||
<param name="spot_name" type="str" value="$(arg robot_name)" /> | ||
<rosparam file="$(find rs_control)/config/forward_kinematics.yaml" command="load"/> | ||
<node name="talker_forward" pkg="rs_control" type="talker.py" output="screen" ns="/$(arg robot_name)"/> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is better to move this installation to package.xml