No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
rwt_plot package from visualization_rwt reporwt_app_chooser rwt_image_view rwt_moveit rwt_nav rwt_plot rwt_robot_monitor rwt_speech_recognition rwt_steer rwt_utils_3rdparty visualization_rwt |
|
Package Summary
Tags | No category tags. |
Version | 0.1.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/visualization_rwt.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2023-06-01 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
rwt_plot
Additional Links
Maintainers
- Ryohei Ueda
- Isaac IY Saito
Authors
- Ryohei Ueda
rwt_plot
Usage
roslaunch rwt_plot example.launch # this starts roswww and rosbridge_server and example data publisher
and access to http://localhost:8000/rwt_plot/ using your browser
Dependencies
All the dependending projects are included in rwt_plot
and rwt_utils_3rdparty
CHANGELOG
Changelog for package rwt_plot
0.1.3 (2023-06-01)
- add missing test_depends
(#131)
fixes
https://build.ros.org/job/Nbin_uF64__rwt_app_chooser__ubuntu_focal_amd64__binary/1/console
` 13:43:55 -- Using Python nosetests: /usr/bin/nosetests3 13:43:55 -- catkin 0.8.10 13:43:55 -- BUILD_SHARED_LIBS is on 13:43:55 -- Could NOT find roslaunch (missing: roslaunch_DIR) 13:43:55 -- Could not find the required component 'roslaunch'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found. 13:43:55 CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): 13:43:55 Could not find a package configuration file provided by "roslaunch" with 13:43:55 any of the following names: 13:43:55 13:43:55 roslaunchConfig.cmake 13:43:55 roslaunch-config.cmake 13:43:55 13:43:55 Add the installation prefix of "roslaunch" to CMAKE_PREFIX_PATH or set 13:43:55 "roslaunch_DIR" to a directory containing one of the above files. If 13:43:55 "roslaunch" provides a separate development package or SDK, be sure it has 13:43:55 been installed. 13:43:55 Call Stack (most recent call first): 13:43:55 CMakeLists.txt:13 (find_package) 13:43:55 13:43:55 13:43:55 -- Configuring incomplete, errors occurred! 13:43:55 See also "/tmp/binarydeb/ros-noetic-rwt-app-chooser-0.1
` - Contributors: Kei Okada
0.1.2 (2023-05-30)
- fix for noetic
(#130)
- fix test code for selenium version >= 4.3.0
- [rwt_utils_3rdparty] update jquery from 1.8.3 to 1.12.4 (#124)
- [rwt_plot][rwt_image_view] use rwt_utils_3rdparty/www/jquery.min.js instead of rwt_utils_3rdparty/www/jquery/jquery.min.js
- Contributors: Kei Okada, Koki Shinjo
0.1.1 (2021-11-12)
0.1.0 (2021-11-12)
- use websocket_port 9090 as defaut (#112)
- add test for rwt tools (#110)
- Contributors: Kei Okada, Shingo Kitagawa
0.0.5 (2021-03-12)
0.0.4 (2021-03-09)
- Add settings for ROS connection (#76)
- Modified rwt's javascript module path. (#70)
- Contributors: Furuta Yuki, Kei Okada, Iory Yanokura
0.0.3 (2016-10-01)
0.0.2 (2016-10-01)
- remove old rosbuild files
- reomve depends to the packages released from CDN
- Add maintainer. Consistent pkg versions. Sort out manifest format.
- use tork-a/roswww
- don't make functions within a loop
- catkinize visualization_rwt packages
- changes the color according to the level of the statuses #15
- fixing conflict
- supporting ticks
#15:
- #15: plotting data
- #17: using color category of d3
- #16: formatting second from epic time
- #16: implementing x-scale moving
- #16: fixing the increment bug
- fixing xaxis scalling when the data is not enough to fill max_data
- using timestamp for x axis
- #12: sorting the topics
- fix default http port from 9090 -> 8888
- add rosdep rosbridge_suite
- #8: using timestamp of header if possible
- #7: updating README
- #5: introducing new function: axisMinMaxWithMargin
- #5: adding auto_scale_margin
- #4: using floor
- #4: fixing rwt_plot
- #4: supporting timestamp data
- #4: supporting ros
- #4: supporting auto scale
- #4: deprecate multi plot2
- #4: supporting multi plot
- #4: supporting basic_sample
- #4: implementing rwt_plot using d3
- #4: adding less
- #4: adding d3
- #4: fixing indentation
- #3: fixing ROSLIB.Time in example
- #3: using RingBuffer for sequential data
- #3: implementing RingBuffer
- #2: adding some documentation
- #2: adding Profile.js
- #2: running jshint
- #2: adding grunt-contrib-lss
- #2: adding default task
- #2: adding jshint task
- #2: adding build task
- #2: adding Gruntfile.js which include concat and uglify task
- #2: adding package.json
- renaming js_utils -> rwt_utils_3rdparty
- the very first version of rwt_plot
- Contributors: Yuki Furuta, Isaac Saito, Kei Okada, Ryohei Uead
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
rosbridge_server | |
rospy | |
std_msgs | |
geometry_msgs | |
rwt_utils_3rdparty | |
roswww | |
catkin | |
rostest | |
roslaunch |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
rwt_robot_monitor | |
visualization_rwt |
Launch files
- launch/rwt_plot.launch
-
- launch_roswww [default: true]
- launch_websocket [default: true]
- roswww_port [default: 8000]
- websocket_port [default: 9090]
- launch/example.launch
-
- launch_roswww [default: true]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rwt_plot at Robotics Stack Exchange
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
rwt_plot package from visualization_rwt reporwt_image_view rwt_moveit rwt_plot rwt_robot_monitor rwt_speech_recognition rwt_utils_3rdparty visualization_rwt |
|
Package Summary
Tags | No category tags. |
Version | 0.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/visualization_rwt.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2016-10-01 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
rwt_plot
Additional Links
Maintainers
- Ryohei Ueda
- Isaac IY Saito
Authors
- Ryohei Ueda
rwt_plot
USAGE
roslaunch rwt_plot rwt_plot.launch # this starts roswww and rosbridge_server
and access to http://localhost:8000/rwt_plot/ using your browser
DEPENDENCIES
All the dependending projects are included in rwt_plot
and rwt_utils_3rdparty
CHANGELOG
Changelog for package rwt_plot
0.0.3 (2016-10-01)
0.0.2 (2016-10-01)
- remove old rosbuild files
- reomve depends to the packages released from CDN
- Add maintainer. Consistent pkg versions. Sort out manifest format.
- use tork-a/roswww
- don't make functions within a loop
- catkinize visualization_rwt packages
- changes the color according to the level of the statuses #15
- fixing conflict
- supporting ticks
#15:
- #15: plotting data
- #17: using color category of d3
- #16: formatting second from epic time
- #16: implementing x-scale moving
- #16: fixing the increment bug
- fixing xaxis scalling when the data is not enough to fill max_data
- using timestamp for x axis
- #12: sorting the topics
- fix default http port from 9090 -> 8888
- add rosdep rosbridge_suite
- #8: using timestamp of header if possible
- #7: updating README
- #5: introducing new function: axisMinMaxWithMargin
- #5: adding auto_scale_margin
- #4: using floor
- #4: fixing rwt_plot
- #4: supporting timestamp data
- #4: supporting ros
- #4: supporting auto scale
- #4: deprecate multi plot2
- #4: supporting multi plot
- #4: supporting basic_sample
- #4: implementing rwt_plot using d3
- #4: adding less
- #4: adding d3
- #4: fixing indentation
- #3: fixing ROSLIB.Time in example
- #3: using RingBuffer for sequential data
- #3: implementing RingBuffer
- #2: adding some documentation
- #2: adding Profile.js
- #2: running jshint
- #2: adding grunt-contrib-lss
- #2: adding default task
- #2: adding jshint task
- #2: adding build task
- #2: adding Gruntfile.js which include concat and uglify task
- #2: adding package.json
- renaming js_utils -> rwt_utils_3rdparty
- the very first version of rwt_plot
- Contributors: Yuki Furuta, Isaac Saito, Kei Okada, Ryohei Uead
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
rwt_robot_monitor | |
visualization_rwt |
Launch files
- launch/rwt_plot.launch
-
- launch_roswww [default: true]
- launch/example.launch
-
- launch_roswww [default: true]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rwt_plot at Robotics Stack Exchange
rwt_plot package from visualization_rwt reporwt_image_view rwt_moveit rwt_plot rwt_robot_monitor rwt_speech_recognition rwt_utils_3rdparty visualization_rwt |
|
Package Summary
Tags | No category tags. |
Version | 0.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/visualization_rwt.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2016-10-01 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
rwt_plot
Additional Links
Maintainers
- Ryohei Ueda
- Isaac IY Saito
Authors
- Ryohei Ueda
rwt_plot
USAGE
roslaunch rwt_plot rwt_plot.launch # this starts roswww and rosbridge_server
and access to http://localhost:8000/rwt_plot/ using your browser
DEPENDENCIES
All the dependending projects are included in rwt_plot
and rwt_utils_3rdparty
CHANGELOG
Changelog for package rwt_plot
0.0.3 (2016-10-01)
0.0.2 (2016-10-01)
- remove old rosbuild files
- reomve depends to the packages released from CDN
- Add maintainer. Consistent pkg versions. Sort out manifest format.
- use tork-a/roswww
- don't make functions within a loop
- catkinize visualization_rwt packages
- changes the color according to the level of the statuses #15
- fixing conflict
- supporting ticks
#15:
- #15: plotting data
- #17: using color category of d3
- #16: formatting second from epic time
- #16: implementing x-scale moving
- #16: fixing the increment bug
- fixing xaxis scalling when the data is not enough to fill max_data
- using timestamp for x axis
- #12: sorting the topics
- fix default http port from 9090 -> 8888
- add rosdep rosbridge_suite
- #8: using timestamp of header if possible
- #7: updating README
- #5: introducing new function: axisMinMaxWithMargin
- #5: adding auto_scale_margin
- #4: using floor
- #4: fixing rwt_plot
- #4: supporting timestamp data
- #4: supporting ros
- #4: supporting auto scale
- #4: deprecate multi plot2
- #4: supporting multi plot
- #4: supporting basic_sample
- #4: implementing rwt_plot using d3
- #4: adding less
- #4: adding d3
- #4: fixing indentation
- #3: fixing ROSLIB.Time in example
- #3: using RingBuffer for sequential data
- #3: implementing RingBuffer
- #2: adding some documentation
- #2: adding Profile.js
- #2: running jshint
- #2: adding grunt-contrib-lss
- #2: adding default task
- #2: adding jshint task
- #2: adding build task
- #2: adding Gruntfile.js which include concat and uglify task
- #2: adding package.json
- renaming js_utils -> rwt_utils_3rdparty
- the very first version of rwt_plot
- Contributors: Yuki Furuta, Isaac Saito, Kei Okada, Ryohei Uead
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
rwt_robot_monitor | |
visualization_rwt |
Launch files
- launch/rwt_plot.launch
-
- launch_roswww [default: true]
- launch/example.launch
-
- launch_roswww [default: true]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rwt_plot at Robotics Stack Exchange
rwt_plot package from visualization_rwt reporwt_image_view rwt_moveit rwt_plot rwt_robot_monitor rwt_speech_recognition rwt_utils_3rdparty visualization_rwt |
|
Package Summary
Tags | No category tags. |
Version | 0.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/visualization_rwt.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2016-10-01 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
rwt_plot
Additional Links
Maintainers
- Ryohei Ueda
- Isaac IY Saito
Authors
- Ryohei Ueda
rwt_plot
USAGE
roslaunch rwt_plot rwt_plot.launch # this starts roswww and rosbridge_server
and access to http://localhost:8000/rwt_plot/ using your browser
DEPENDENCIES
All the dependending projects are included in rwt_plot
and rwt_utils_3rdparty
CHANGELOG
Changelog for package rwt_plot
0.0.3 (2016-10-01)
0.0.2 (2016-10-01)
- remove old rosbuild files
- reomve depends to the packages released from CDN
- Add maintainer. Consistent pkg versions. Sort out manifest format.
- use tork-a/roswww
- don't make functions within a loop
- catkinize visualization_rwt packages
- changes the color according to the level of the statuses #15
- fixing conflict
- supporting ticks
#15:
- #15: plotting data
- #17: using color category of d3
- #16: formatting second from epic time
- #16: implementing x-scale moving
- #16: fixing the increment bug
- fixing xaxis scalling when the data is not enough to fill max_data
- using timestamp for x axis
- #12: sorting the topics
- fix default http port from 9090 -> 8888
- add rosdep rosbridge_suite
- #8: using timestamp of header if possible
- #7: updating README
- #5: introducing new function: axisMinMaxWithMargin
- #5: adding auto_scale_margin
- #4: using floor
- #4: fixing rwt_plot
- #4: supporting timestamp data
- #4: supporting ros
- #4: supporting auto scale
- #4: deprecate multi plot2
- #4: supporting multi plot
- #4: supporting basic_sample
- #4: implementing rwt_plot using d3
- #4: adding less
- #4: adding d3
- #4: fixing indentation
- #3: fixing ROSLIB.Time in example
- #3: using RingBuffer for sequential data
- #3: implementing RingBuffer
- #2: adding some documentation
- #2: adding Profile.js
- #2: running jshint
- #2: adding grunt-contrib-lss
- #2: adding default task
- #2: adding jshint task
- #2: adding build task
- #2: adding Gruntfile.js which include concat and uglify task
- #2: adding package.json
- renaming js_utils -> rwt_utils_3rdparty
- the very first version of rwt_plot
- Contributors: Yuki Furuta, Isaac Saito, Kei Okada, Ryohei Uead
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
rwt_robot_monitor | |
visualization_rwt |
Launch files
- launch/rwt_plot.launch
-
- launch_roswww [default: true]
- launch/example.launch
-
- launch_roswww [default: true]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged rwt_plot at Robotics Stack Exchange
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
rwt_plot package from visualization_rwt reporwt_app_chooser rwt_image_view rwt_moveit rwt_nav rwt_plot rwt_robot_monitor rwt_speech_recognition rwt_steer rwt_utils_3rdparty visualization_rwt |
|
Package Summary
Tags | No category tags. |
Version | 0.1.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/tork-a/visualization_rwt.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2023-06-01 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
rwt_plot
Additional Links
Maintainers
- Ryohei Ueda
- Isaac IY Saito
Authors
- Ryohei Ueda
rwt_plot
Usage
roslaunch rwt_plot example.launch # this starts roswww and rosbridge_server and example data publisher
and access to http://localhost:8000/rwt_plot/ using your browser
Dependencies
All the dependending projects are included in rwt_plot
and rwt_utils_3rdparty
CHANGELOG
Changelog for package rwt_plot
0.1.3 (2023-06-01)
- add missing test_depends
(#131)
fixes
https://build.ros.org/job/Nbin_uF64__rwt_app_chooser__ubuntu_focal_amd64__binary/1/console
` 13:43:55 -- Using Python nosetests: /usr/bin/nosetests3 13:43:55 -- catkin 0.8.10 13:43:55 -- BUILD_SHARED_LIBS is on 13:43:55 -- Could NOT find roslaunch (missing: roslaunch_DIR) 13:43:55 -- Could not find the required component 'roslaunch'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found. 13:43:55 CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): 13:43:55 Could not find a package configuration file provided by "roslaunch" with 13:43:55 any of the following names: 13:43:55 13:43:55 roslaunchConfig.cmake 13:43:55 roslaunch-config.cmake 13:43:55 13:43:55 Add the installation prefix of "roslaunch" to CMAKE_PREFIX_PATH or set 13:43:55 "roslaunch_DIR" to a directory containing one of the above files. If 13:43:55 "roslaunch" provides a separate development package or SDK, be sure it has 13:43:55 been installed. 13:43:55 Call Stack (most recent call first): 13:43:55 CMakeLists.txt:13 (find_package) 13:43:55 13:43:55 13:43:55 -- Configuring incomplete, errors occurred! 13:43:55 See also "/tmp/binarydeb/ros-noetic-rwt-app-chooser-0.1
` - Contributors: Kei Okada
0.1.2 (2023-05-30)
- fix for noetic
(#130)
- fix test code for selenium version >= 4.3.0
- [rwt_utils_3rdparty] update jquery from 1.8.3 to 1.12.4 (#124)
- [rwt_plot][rwt_image_view] use rwt_utils_3rdparty/www/jquery.min.js instead of rwt_utils_3rdparty/www/jquery/jquery.min.js
- Contributors: Kei Okada, Koki Shinjo
0.1.1 (2021-11-12)
0.1.0 (2021-11-12)
- use websocket_port 9090 as defaut (#112)
- add test for rwt tools (#110)
- Contributors: Kei Okada, Shingo Kitagawa
0.0.5 (2021-03-12)
0.0.4 (2021-03-09)
- Add settings for ROS connection (#76)
- Modified rwt's javascript module path. (#70)
- Contributors: Furuta Yuki, Kei Okada, Iory Yanokura
0.0.3 (2016-10-01)
0.0.2 (2016-10-01)
- remove old rosbuild files
- reomve depends to the packages released from CDN
- Add maintainer. Consistent pkg versions. Sort out manifest format.
- use tork-a/roswww
- don't make functions within a loop
- catkinize visualization_rwt packages
- changes the color according to the level of the statuses #15
- fixing conflict
- supporting ticks
#15:
- #15: plotting data
- #17: using color category of d3
- #16: formatting second from epic time
- #16: implementing x-scale moving
- #16: fixing the increment bug
- fixing xaxis scalling when the data is not enough to fill max_data
- using timestamp for x axis
- #12: sorting the topics
- fix default http port from 9090 -> 8888
- add rosdep rosbridge_suite
- #8: using timestamp of header if possible
- #7: updating README
- #5: introducing new function: axisMinMaxWithMargin
- #5: adding auto_scale_margin
- #4: using floor
- #4: fixing rwt_plot
- #4: supporting timestamp data
- #4: supporting ros
- #4: supporting auto scale
- #4: deprecate multi plot2
- #4: supporting multi plot
- #4: supporting basic_sample
- #4: implementing rwt_plot using d3
- #4: adding less
- #4: adding d3
- #4: fixing indentation
- #3: fixing ROSLIB.Time in example
- #3: using RingBuffer for sequential data
- #3: implementing RingBuffer
- #2: adding some documentation
- #2: adding Profile.js
- #2: running jshint
- #2: adding grunt-contrib-lss
- #2: adding default task
- #2: adding jshint task
- #2: adding build task
- #2: adding Gruntfile.js which include concat and uglify task
- #2: adding package.json
- renaming js_utils -> rwt_utils_3rdparty
- the very first version of rwt_plot
- Contributors: Yuki Furuta, Isaac Saito, Kei Okada, Ryohei Uead
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
rosbridge_server | |
rospy | |
std_msgs | |
geometry_msgs | |
rwt_utils_3rdparty | |
roswww | |
catkin | |
rostest | |
roslaunch |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
rwt_robot_monitor | |
visualization_rwt |
Launch files
- launch/rwt_plot.launch
-
- launch_roswww [default: true]
- launch_websocket [default: true]
- roswww_port [default: 8000]
- websocket_port [default: 9090]
- launch/example.launch
-
- launch_roswww [default: true]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.