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
Currently unable to simulate the camera vision effectively. A partial implementation exists using a static image publisher in the maze_vision/launch package, but does not work due to a hard coded requirement for synchronous color and depth data for the vision processor.
Ideas
ROS Bag recording/playback
semi-static publisher
synchronous static publishers
Relevant Code
Source of requirement for synchronous color & depth data
Currently unable to simulate the camera vision effectively. A partial implementation exists using a static image publisher in the
maze_vision/launch
package, but does not work due to a hard coded requirement for synchronous color and depth data for the vision processor.Ideas
Relevant Code
Source of requirement for synchronous color & depth data
maze-runner/maze_vision/nodes/node_maze_vision.py
Lines 60 to 64 in 2c610c9
Broken static vision publisher
maze-runner/maze_vision/launch/t1_vision.launch.xml
Lines 11 to 20 in 2c610c9
The text was updated successfully, but these errors were encountered: