File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spot/ros_ws/src/rbd_spot_perception/src/rbd_spot_perception Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212from . import graphnav_util
1313
1414NAV_VELOCITY_LIMITS_SLOW = SE2VelocityLimit (
15- min_vel = SE2Velocity (linear = Vec2 (x = - 0.3 , y = - 0.15 ), angular = - 0.25 ),
16- max_vel = SE2Velocity (linear = Vec2 (x = 0.3 , y = 0.15 ), angular = 0.25 ))
15+ min_vel = SE2Velocity (linear = Vec2 (x = - 0.3 , y = - 0.1 ), angular = - 0.25 ),
16+ max_vel = SE2Velocity (linear = Vec2 (x = 0.3 , y = 0.1 ), angular = 0.25 ))
1717
1818NAV_VELOCITY_LIMITS_MEDIUM = SE2VelocityLimit (
19- min_vel = SE2Velocity (linear = Vec2 (x = - 0.6 , y = - 0.3 ), angular = - 0.8 ),
20- max_vel = SE2Velocity (linear = Vec2 (x = 0.6 , y = 0.3 ), angular = 0.8 ))
19+ min_vel = SE2Velocity (linear = Vec2 (x = - 0.5 , y = - 0.2 ), angular = - 0.35 ),
20+ max_vel = SE2Velocity (linear = Vec2 (x = 0.5 , y = 0.2 ), angular = 0.35 ))
2121
2222NAV_VELOCITY_LIMITS_FAST = SE2VelocityLimit (
2323 min_vel = SE2Velocity (linear = Vec2 (x = - 1.0 , y = - 0.5 ), angular = - 1.2 ),
You can’t perform that action at this time.
0 commit comments