-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Lines 64-66 are not doing anything
| "hardware_type:=", |
`
Get robot URDF via xacro
robot_description_content = Command([
PathJoinSubstitution([FindExecutable(name="xacro")]),
" ",
PathJoinSubstitution([
robot_package,
"urdf",
[robot_type,'.urdf.xacro']
]),
" ",
"hardware_type:=",
"crcopen",
])
`
This was left over from when we would switch between coppeliasim and real hardware not needed for public release.
Can we clean this up?
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers