Skip to content

Commit

Permalink
Make the domain id be controlled by uros agent
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 15, 2023
1 parent 9cb2b0a commit 216ca7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
constexpr uint32_t UROS_HEAP_SIZE = 40000;

// Domain ID used for ROS communication
constexpr size_t ROS_DOMAIN_ID = 0;
// When set to 255 it is automatically overridden by the uROS agent
constexpr size_t ROS_DOMAIN_ID = 255;

// Name of the ROS node
constexpr const char* ROS_NODE_NAME = "firmware";
Expand Down

0 comments on commit 216ca7a

Please sign in to comment.