Closed ashishk88 closed 4 years ago
I used dummy values:
/gazebo_ros_control:
pid_gains:
front_left_wheel:
p: 10.0
i: 0.01
d: 10.0
front_right_wheel:
p: 10.0
i: 0.01
d: 10.0
rear_left_wheel:
p: 10.0
i: 0.01
d: 10.0
rear_right_wheel:
p: 10.0
i: 0.01
d: 10.0
I can't move the robot in gazebo after issuing Twist commands on /cmd_vel
or /jackal_velocity_controller/cmd_vel
topics.
This could help: https://pasteboard.co/J40MytB.png
I am having the same issue as well as the error: Spawn service failed. Exiting.
Could you please let me know if you fixed it? TIA
Sorry, I ended up building a non-holonomic mobile robot in Gazebo.
Launching the jackal_world.launch outputs the following error:
Is there a config file that is missing on the
melodic-devel
branch?I am using Ubuntu 18.04, ROS Melodic and building jackal packages from source.