Skip to content

ROS2 Node for accessing uwb pose data published over UDP for Ubisense System

Notifications You must be signed in to change notification settings

jacobrejin/ubisense_uwb_ros2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues

  1. Issue wehre the socket/port is not being closed properly when the node is being shutdown. This causes the port to be occupied and doesnot allow the code to be rerun. To fix this issue we need to close the udp socket properly. This chould be implemented in the shutdown method of the node.(probably by overdiding it)

Fixes

  1. The publisher node was inheriting another node(ubisense). To fix this the ubisensewas converted into a normal class, with the relevant methods to be called.

About

ROS2 Node for accessing uwb pose data published over UDP for Ubisense System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages