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.
Lines 64-66 are not doing anything
CRCOpenROS2Driver/comau_bringup/launch/comau_core.launch.py
Line 65 in ae4f91e
`
Get robot URDF via xacro
`
This was left over from when we would switch between coppeliasim and real hardware not needed for public release.
Can we clean this up?