ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Nick S's profile - activity

2018-03-26 05:54:03 -0500 received badge  Nice Answer (source)
2018-02-13 04:23:02 -0500 received badge  Necromancer (source)
2018-02-13 04:23:02 -0500 received badge  Teacher (source)
2018-02-13 03:02:13 -0500 answered a question ros-kinetic-opencv3 and apriltags regression?

Alternatively, a newer version of apriltags is available for kinetic (http://wiki.ros.org/apriltags2_ros).

2018-01-22 15:26:37 -0500 received badge  Supporter (source)
2018-01-10 20:35:20 -0500 received badge  Enthusiast
2016-12-05 18:43:15 -0500 asked a question Velocity limits in robot_localization

Is it possible to set a limit on the velocities of sensor inputs in the robot_localization package? I'm currently able to fuse a GPS signal with the on-board odometry of a Kobuki, and the output is what I'd expect: smooth movement in between GPS readings which pull the estimate slightly back towards the truth. What I'd like to try is differentiating the GPS signal so that the jumps occur in velocity rather than position. This will naturally make it more noisy, but if I could limit the velocity it might still produce a nicer output. I've played with pose_rejection_threshold and twist_rejection_threshold, but they don't seem to alter the output when GPS has differential set to true.

2016-09-01 01:59:16 -0500 commented answer How would you add control commands to robot_localization?

Could you provide an example of how to provide the control input in a launch file?