Skip to content

Commit fc26b8c

Browse files
committed
Update Object topic
1 parent f766201 commit fc26b8c

File tree

8 files changed

+5
-2
lines changed

8 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Open a terminal, clone the repository, update the dependencies and build the pac
3939
$ source ~/.bashrc
4040
```
4141

42-
*Note*: If rosdep is missing you can install it with:
42+
**Note**: If rosdep is missing you can install it with:
4343

4444
`$ sudo apt-get install python-rosdep python-rosinstall-generator python-vcstool python-rosinstall build-essential`
4545

4646
'Note': The option '--symlink-install' is very important, it allows to use symlinks instead of copying files to the ROS2 folders during the installation, where possible. Each package in ROS2 must be installed and all the files used by the nodes must be copied into the installation folders. Using symlinks allows you to modify them in your workspace, reflecting the modification during the next executions without the needing to issue a new colcon build command. This is true only for all the files that don't need to be compiled (Python scripts, configurations, etc.).
4747

48-
*Note*: If you are using a different console interface like zsh, you have to change the `source` command as follows: `echo source $(pwd)/install/local_setup.zsh >> ~/.zshrc and source ~/.zshrc`.
48+
**Note**: If you are using a different console interface like zsh, you have to change the `source` command as follows: `echo source $(pwd)/install/local_setup.zsh >> ~/.zshrc and source ~/.zshrc`.
4949

5050
## Custom Topics
5151

images/.gitkeep

Whitespace-only changes.

images/Picto+STEREOLABS_Black.jpg

7.83 KB
Loading

images/PointCloud_Depth_ROS.jpg

151 KB
Loading

images/depth.jpg

54 KB
Loading

images/point_cloud.jpg

120 KB
Loading

images/rgb.jpg

148 KB
Loading

msg/Object.msg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ float32[6] position_covariance
1919
# Object velocity
2020
float32[3] velocity
2121

22+
bool tracking_available
23+
24+
# Tracking available
2225
# Tracking state
2326
# 0 -> OFF (object not valid)
2427
# 1 -> OK

0 commit comments

Comments
 (0)