Skip to content

Commit 0701ffb

Browse files
author
anuragjakhotia
committed
Added lastest address update for release versions
1 parent 551500d commit 0701ffb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Client application for Kinect for Windows v2
44

55
This software is a part of software package for integrating kinect for windows v2 with ROS. The software package is divided into two parts. One part runs on windows machine and dumps the data over the network, while, the other part runs on linux machine which reads the stream and publishes appropriate ROS topics.
66

7-
This software is meant to be run on the linux side of the system. The corresponding package to run on the windows side is called k2_server and can be found at: https://github.com/personalrobotics/k2_server/tree/service
7+
This software is meant to be run on the linux side of the system. The corresponding package to run on the windows side is called k2_server and can be found at: https://github.com/personalrobotics/k2_server/releases
88

99
Setting up the software
1010
=======================
1111

12-
A) Download the k2_client package from following link. The package is currently compatible with rosbuild only.
12+
A) Download the k2_client package from following link.
1313

14-
https://github.com/personalrobotics/k2_client
14+
https://github.com/personalrobotics/k2_client/releases
1515

1616
B) Before you can use the k2_client package, you need to install libjsoncpp-dev. Use the following code snippet for it.
1717

@@ -23,7 +23,7 @@ C) Move the k2_client package to your ros workspace **or** add its location the
2323

2424
`export ROS_PACKAGE_PATH=${ROS_PACKAGE_PATH}:PATH/TO/PACKAGE/THE/PACKAGE`
2525

26-
D) Edit the value of the parameter "serverNameOrIP" with the IP address or name of your windows machine which runs the server software.
26+
D) Edit the value of the parameter "serverNameOrIP" with the IP address or name of your windows machine which runs the server software. Once done, use "rosmake" to build the package.
2727

2828
E) Start all the ROS nodes by running the following command. Make sure that the roscore is running and the environment variable $ROS_MASTER_URI points to it.
2929

0 commit comments

Comments
 (0)