You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we'll potentially have multiple robots of the same kind it should be possible to support all of them with minimal changes in the codebase.
The launch files should be parameterized.
URDF descriptions should be created with xacro macros.
Messages returned by sensors could include additional information so the nodes responsible for acting upon them would;t have to know about the specifics of the robot (i.e. that the robot XXX sensor "a" is mounted 10 cm above ground on the front of the robot, etc.).
Ideally if multiple robots could use the same hardware interface.
Possibly the structure of some nodes should change, as well as the names of directories, etc.
The text was updated successfully, but these errors were encountered:
As we'll potentially have multiple robots of the same kind it should be possible to support all of them with minimal changes in the codebase.
The text was updated successfully, but these errors were encountered: