Robotic-Decision-Making-Lab / alpha

ROS 2 interface for the Reach Alpha 5 manipulator.
MIT License
11 stars 2 forks source link

[BUG]: Incorrect box obstacle packet ID specification #42

Closed evan-palmer closed 1 year ago

evan-palmer commented 1 year ago

Issue Description

The packet ID values assigned to the kmBoxObstacle0x constants are incorrect according to the protocol specification.

Steps to Reproduce

The invalid packet specification is defined in packet_id.hpp. When accessing these values, the incorrect value is provided.

Expected Behavior

The correct values are given as follows:

KM_BOX_OBSTACLE_03 = 0xA6 KM_BOX_OBSTACLE_04 = 0xA7 KM_BOX_OBSTACLE_05 = 0xA8 KM_CYLINDER_OBSTACLE_02 = 0xAB

Error Message

No response

Runtime Environment

All of the environments!

Additional Context

No response