-
Notifications
You must be signed in to change notification settings - Fork 132
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
raw3 3 canopen #661
Merged
Merged
raw3 3 canopen #661
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
96dc960
cleanup files
fmessmer f17bc37
canopen config for raw3-3 base
fmessmer 10ff311
final cleanup
fmessmer 61321ad
steer_ctrl param handling
fmessmer a6458f2
added reset_errors_before_recovery_parameter from ros_canopen
ipa-raw3-3 aae91c3
invert right wheels and change ordering of config (needed after retun…
ipa-raw3-3 3ff2c39
finalize
ipa-raw3-3 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
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
<arg name="use_rplidar" default="false"/> | ||
<arg name="pc1" default="localhost"/> | ||
<arg name="pc2" default="localhost"/> | ||
<arg name="pc3" default="localhost"/> | ||
<arg name="env-script" default="$(find cob_bringup)/env.sh"/> | ||
<arg name="sim" default="false"/> | ||
|
||
|
@@ -24,6 +23,10 @@ | |
|
||
<!-- start hardware --> | ||
<group unless="$(arg sim)"> | ||
<include file="$(find cob_bringup)/tools/pc_monitor.launch"> | ||
<arg name="robot" value="$(arg robot)"/> | ||
<arg name="pc" value="$(arg pc1)"/> | ||
</include> | ||
<include file="$(find cob_bringup)/drivers/phidgets.launch"> | ||
<arg name="robot" value="$(arg robot)"/> | ||
</include> | ||
|
@@ -46,16 +49,11 @@ | |
<arg name="name" value="base_laser_rear"/> | ||
<arg name="sim" value="$(arg sim)"/> | ||
</include> | ||
<include file="$(find cob_bringup)/components/legacy_base.launch"> | ||
<arg name="robot" value="$(arg robot)"/> | ||
<include file="$(find cob_bringup)/components/raw3_base.launch" > | ||
<arg name="robot" value="$(arg robot)" /> | ||
<arg name="can_device" value="can0" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. but the argument is required... |
||
<arg name="sim" value="$(arg sim)"/> | ||
</include> | ||
<!--include file="$(find cob_bringup)/components/canopen_generic.launch"> | ||
<arg name="robot" value="$(arg robot)"/> | ||
<arg name="component_name" value="torso"/> | ||
<arg name="can_device" value="can1"/> | ||
<arg name="sim" value="$(arg sim)"/> | ||
</include--> | ||
|
||
<!-- start common nodes used in hardware and simulation --> | ||
<include file="$(find cob_bringup)/drivers/scan_unifier.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
7 changes: 0 additions & 7 deletions
7
cob_default_robot_config/robots/raw3-3/script_server/torso_joint_configurations.yaml
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
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
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.
This is the right place, I don't know why it was below beforehand.
It might break other robots with outdated configs..