No version for distro crystal. 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 melodic. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.

rosjava_build_tools package from rosjava_build_tools repo

rosjava_build_tools

Package Summary

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

Repository Summary

Checkout URI https://github.com/rosjava/rosjava_build_tools.git
VCS Type git
VCS Version kinetic
Last Updated 2019-01-17
Dev Status MAINTAINED
Released RELEASED

Package Description

Simple tools and catkin modules for rosjava development.

Additional Links

Maintainers

  • Daniel Stonier

Authors

  • Daniel Stonier

See rosjava_core readme.

Moving

This documentation will eventually merge with the rosjava_core and android_core documentation.

Usage

Refer to http://ros.org/wiki/rosjava_build_tools.

CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosjava_build_tools at answers.ros.org

rosjava_build_tools package from rosjava_build_tools repo

rosjava_build_tools

Package Summary

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

Repository Summary

Checkout URI https://github.com/rosjava/rosjava_build_tools.git
VCS Type git
VCS Version indigo
Last Updated 2015-06-02
Dev Status MAINTAINED
Released RELEASED

Package Description

Simple tools and catkin modules for rosjava development.

Additional Links

Maintainers

  • Daniel Stonier

Authors

  • Daniel Stonier

NEEDS AN INDIGO UPDATE!!!

Coming soon....ish.

RosJava Tools

Build tools for rosjava and android repositories. Currently includes some cmake macros and python creation scripts.

RosJava Build Demo

> mkdir -p ~/rosjava/src
> cd ~/rosjava/src
> catkin_init_workspace .
> wstool init .
> wstool set rosjava_build_tools --git https://github.com/rosjava/rosjava_build_tools -v hydro-devel
> wstool set rosjava_core --git https://github.com/rosjava/rosjava_core -v hydro-devel
> wstool update
> cd ~/rosjava
> catkin_make

The only changes made to the rosjava_core repo was to add a package.xml with a depends on rosjava_build_tools and a changes to the CMakeLists.txt as follows:

...
find_package(catkin REQUIRED rosjava_build_tools)

catkin_rosjava_setup()

This cmake makro sets up dummy targets in the cmake configuration which call out to gradle in the actual make step. It also parses the package.xml to add target dependencies from each build_depends tag (subsequently letting you sequence builds across repositories).

It also adds a global and package gradle-clean target.

> catkin_make
# Clean a single gradle package
> cd ~/rosjava/build/rosjava_core
> make gradle-clean-rosjava_core
# Clean all gradle packages
> cd ~/rosjava/build
> make gradle-clean

Android Build Demo

Refer to http://ros.org/wiki/rosjava_build_tools.

Moving

This documentation will eventually merge with the rosjava_core and android_core documentation.

CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Name
java
ant

Dependant Packages

Name Repo Deps
android_apps github-rosjava-android_apps
android_core github-rosjava-android_core
android_extras github-rosjava-android_extras
android_remocons github-rosjava-android_remocons
rosjava github-rosjava-rosjava
rosjava_bootstrap github-rosjava-rosjava_bootstrap
rosjava_core github-rosjava-rosjava_core
rosjava_extras github-rosjava-rosjava_extras
rosjava_messages github-rosjava-rosjava_messages
turtlebot_android github-turtlebot-turtlebot_android
zeroconf_jmdns_suite github-rosjava-zeroconf_jmdns_suite
alfred_bot github-rosalfred-alfred_bot
genjava github-rosjava-genjava
jsk_android_apps github-jsk-ros-pkg-jsk_smart_apps
report_card github-So-Cool-report_card
rocon_rosjava_core github-robotics-in-concert-rocon_rosjava_core
rosjava_dynamic_reconfigure github-rosalfred-rosjava_dynamic_reconfigure
smarthome_comm_msgs_java github-rosalfred-smarthome_comm_msgs_java
smarthome_common_driver github-rosalfred-smarthome_common_driver
smarthome_heater_msgs_java github-rosalfred-smarthome_heater_msgs_java
smarthome_light_msgs_java github-rosalfred-smarthome_light_msgs_java
smarthome_media_kodi_driver github-rosalfred-smarthome_media_kodi_driver
smarthome_media_model github-rosalfred-smarthome_media_model
smarthome_media_msgs_java github-rosalfred-smarthome_media_msgs_java
smarthome_media_onkyo_driver github-rosalfred-smarthome_media_onkyo_driver
smarthome_media_samsungtv_driver github-rosalfred-smarthome_media_samsungtv_driver
smarthome_msgs_java github-rosalfred-smarthome_msgs_java
smarthome_network_wakeonlan github-rosalfred-smarthome_network_wakeonlan
smarthome_network_zeroconf github-rosalfred-smarthome_network_zeroconf
tango_ros_streamer github-Intermodalics-tango_ros

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosjava_build_tools at answers.ros.org

No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.

rosjava_build_tools package from rosjava_build_tools repo

rosjava_build_tools

Package Summary

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

Repository Summary

Checkout URI https://github.com/rosjava/rosjava_build_tools.git
VCS Type git
VCS Version hydro
Last Updated 2015-06-02
Dev Status MAINTAINED
Released RELEASED

Package Description

Simple tools and catkin modules for rosjava development.

Additional Links

Maintainers

  • Daniel Stonier

Authors

  • Daniel Stonier

RosJava Tools

Build tools for rosjava and android repositories. Currently includes some cmake macros and python creation scripts.

RosJava Build Demo

> mkdir -p ~/rosjava/src
> cd ~/rosjava/src
> catkin_init_workspace .
> wstool init .
> wstool set rosjava_build_tools --git https://github.com/rosjava/rosjava_build_tools -v hydro-devel
> wstool set rosjava_core --git https://github.com/rosjava/rosjava_core -v hydro-devel
> wstool update
> cd ~/rosjava
> catkin_make

The only changes made to the rosjava_core repo was to add a package.xml with a depends on rosjava_build_tools and a changes to the CMakeLists.txt as follows:

...
find_package(catkin REQUIRED rosjava_build_tools)

catkin_rosjava_setup()

This cmake makro sets up dummy targets in the cmake configuration which call out to gradle in the actual make step. It also parses the package.xml to add target dependencies from each build_depends tag (subsequently letting you sequence builds across repositories).

It also adds a global and package gradle-clean target.

> catkin_make
# Clean a single gradle package
> cd ~/rosjava/build/rosjava_core
> make gradle-clean-rosjava_core
# Clean all gradle packages
> cd ~/rosjava/build
> make gradle-clean

Android Build Demo

Refer to http://ros.org/wiki/rosjava_build_tools.

Moving

This documentation will eventually merge with the rosjava_core and android_core documentation.

CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosjava_build_tools at answers.ros.org