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 rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
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.
No version for distro jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2023-12-11
Dev Status DEVELOPED
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

The jskeus_remote package

Additional Links

No additional links.

Maintainers

  • Yuki Furuta

Authors

  • Yuki Furuta
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus_remote

1.1.0 (2017-07-16)

1.0.9 (2016-11-09)

1.0.8 (2016-11-08)

1.0.7 (2016-11-02)

1.0.6 (2016-06-17)

1.0.5 (2016-04-18)

1.0.4 (2016-03-21)

1.0.3 (2016-03-05)

1.0.2 (2016-02-14)

1.0.1 (2015-11-19)

1.0.0 (2015-11-06)

0.0.13 (2015-11-06)

0.0.12 (2015-11-06)

0.0.11 (2015-09-01)

0.0.10 (2015-08-16)

0.0.9 (2015-08-03)

0.0.8 (2015-07-16)

0.0.7 (2015-06-11)

  • [roseus_remote] Remove null characters from the strings from server and return result from \$ macro. You can use \$ like: (setq awesome-code-result (\$ (awesome-code)))
  • [roseus_remote] Add LAUNCH_PREFIX argument to roseus_eusserver.launch and roseus_eusclient.launch to use ports which require super user permission
  • [remote_roseus] Add client in euslisp implementation
  • [roseus_remote] use ros::spin instead of ros::spin-once loop
  • [roseus_remote] add server powered by roseus
  • [jsk_robot] add roseus remote server/client for silverhummer
  • Contributors: Yuki Furuta, Ryohei Ueda

0.0.6 (2015-04-10)

0.0.5 (2015-04-08)

0.0.4 (2015-01-30)

0.0.3 (2015-01-09)

0.0.2 (2015-01-08)

0.0.1 (2014-12-25)

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/client.launch
      • server_ip [default: 127.0.0.1]
      • server_receiver_port [default: 1024]
      • send_rate [default: 1]
      • oneway [default: true]
      • server_sender_port [default: 1025]
  • launch/test_server_client.launch
  • launch/roseus_eusclient.launch
      • OCS_IP [default: localhost]
      • FC_IP [default: localhost]
      • EUS_OUTPUT_PORT [default: 1704]
      • EUS_INPUT_PORT [default: 1705]
      • LAUNCH_PREFIX [default: ]
  • launch/roseus_server.launch
      • client_ip [default: 127.0.0.1]
      • client_sender_port [default: 1024]
      • oneway [default: true]
      • client_receiver_port [default: 1025]
      • send_rate [default: 1]
  • launch/server.launch
      • client_ip [default: 127.0.0.1]
      • client_sender_port [default: 1024]
      • oneway [default: true]
      • client_receiver_port [default: 1025]
      • send_rate [default: 1]
  • launch/roseus_eusserver.launch
      • OCS_IP [default: localhost]
      • FC_IP [default: localhost]
      • EUS_OUTPUT_PORT [default: 1704]
      • EUS_INPUT_PORT [default: 1705]
      • LAUNCH_PREFIX [default: ]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roseus_remote at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_robot.git
VCS Type git
VCS Version master
Last Updated 2023-12-11
Dev Status DEVELOPED
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

The jskeus_remote package

Additional Links

No additional links.

Maintainers

  • Yuki Furuta

Authors

  • Yuki Furuta
README
No README found. See repository README.
CHANGELOG

Changelog for package roseus_remote

1.1.0 (2017-07-16)

1.0.9 (2016-11-09)

1.0.8 (2016-11-08)

1.0.7 (2016-11-02)

1.0.6 (2016-06-17)

1.0.5 (2016-04-18)

1.0.4 (2016-03-21)

1.0.3 (2016-03-05)

1.0.2 (2016-02-14)

1.0.1 (2015-11-19)

1.0.0 (2015-11-06)

0.0.13 (2015-11-06)

0.0.12 (2015-11-06)

0.0.11 (2015-09-01)

0.0.10 (2015-08-16)

0.0.9 (2015-08-03)

0.0.8 (2015-07-16)

0.0.7 (2015-06-11)

  • [roseus_remote] Remove null characters from the strings from server and return result from \$ macro. You can use \$ like: (setq awesome-code-result (\$ (awesome-code)))
  • [roseus_remote] Add LAUNCH_PREFIX argument to roseus_eusserver.launch and roseus_eusclient.launch to use ports which require super user permission
  • [remote_roseus] Add client in euslisp implementation
  • [roseus_remote] use ros::spin instead of ros::spin-once loop
  • [roseus_remote] add server powered by roseus
  • [jsk_robot] add roseus remote server/client for silverhummer
  • Contributors: Yuki Furuta, Ryohei Ueda

0.0.6 (2015-04-10)

0.0.5 (2015-04-08)

0.0.4 (2015-01-30)

0.0.3 (2015-01-09)

0.0.2 (2015-01-08)

0.0.1 (2014-12-25)

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

  • launch/client.launch
      • server_ip [default: 127.0.0.1]
      • server_receiver_port [default: 1024]
      • send_rate [default: 1]
      • oneway [default: true]
      • server_sender_port [default: 1025]
  • launch/test_server_client.launch
  • launch/roseus_eusclient.launch
      • OCS_IP [default: localhost]
      • FC_IP [default: localhost]
      • EUS_OUTPUT_PORT [default: 1704]
      • EUS_INPUT_PORT [default: 1705]
      • LAUNCH_PREFIX [default: ]
  • launch/roseus_server.launch
      • client_ip [default: 127.0.0.1]
      • client_sender_port [default: 1024]
      • oneway [default: true]
      • client_receiver_port [default: 1025]
      • send_rate [default: 1]
  • launch/server.launch
      • client_ip [default: 127.0.0.1]
      • client_sender_port [default: 1024]
      • oneway [default: true]
      • client_receiver_port [default: 1025]
      • send_rate [default: 1]
  • launch/roseus_eusserver.launch
      • OCS_IP [default: localhost]
      • FC_IP [default: localhost]
      • EUS_OUTPUT_PORT [default: 1704]
      • EUS_INPUT_PORT [default: 1705]
      • LAUNCH_PREFIX [default: ]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roseus_remote at Robotics Stack Exchange

No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.