warehouse.sdf
is nowwarehouse_cpr.sdf
and is compatible with Gazebo Harmonic.- Uses my fork of
clearpath_simulation
: https://github.com/Mechazo11/clearpath_simulator_harmonic clearpath_control
: Modifiedteleop_base.launch.py
to call my Twist to Twist Stamped message converter node. It appears mostros2_controllers
now requiresTwistStamped
messages to work.a200/control.yaml
has been modified to use the newer style of definingDiffDrive
controller.clearpath_gz
: A new cpp file was added that takeTwsit
message that comes out from thetwist_mux
server, converts it toTwistStamped
message and then transfers it toplatform_velocity_controller/cmd_vel
topic.clearpath_config
: This package in particular has significant changes, one major being addition of the Xbox One/360 controller supportclearpath_common
: A number of.py
files that contained a contradictory licensing statement as discussed here Issue #124 has been removed.
--