ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Moirai's profile - activity

2014-01-18 19:07:57 -0500 received badge  Nice Question (source)
2013-05-21 17:18:20 -0500 received badge  Famous Question (source)
2013-03-25 13:40:36 -0500 received badge  Notable Question (source)
2013-02-17 20:54:10 -0500 received badge  Famous Question (source)
2013-02-14 18:57:13 -0500 received badge  Scholar (source)
2013-02-14 13:40:16 -0500 commented question Bloom error :Not a valid object name

This bloom error is caused by tag in my repository. I added a correct tag as below ; git tag 0.0.1
git push --tags

2013-02-14 13:37:51 -0500 commented answer Bloom error :Not a valid object name

Thanks for your detailed advice. I finished bloom of my catkin package. Thank you !!

2013-02-14 13:37:09 -0500 commented answer Bloom error :Not a valid object name

Thanks for your advice. This bloom error is caused by tag in my repository. The git-bloom-release succeeded. Thank you!

2013-02-14 13:22:59 -0500 received badge  Popular Question (source)
2013-02-12 18:36:26 -0500 asked a question Bloom error :Not a valid object name

I'm trying bloom of my package.
git-bloom-release failed with "fatal: Not a valid object name".
What am I doing wrong?

my git-bloom-config:

Current bloom configuration:

[bloom]
upstream = https://github.com/Moirai/opt_camera-release.git
upstreamtype = git
upstreambranch = src/opt_camera


git-bloom-release rosdebian groovy:

###
### Running 'git bloom-import-upstream --replace'... 
###
 [git-bloom-import-upstream]: Searching in upstream development branch for the name and version
 [git-bloom-import-upstream]:   Upstream url:        https://github.com/Moirai/opt_camera-release.git
 [git-bloom-import-upstream]:   Upstream type: git
 [git-bloom-import-upstream]:   Upstream branch: src/opt_camera
 [git-bloom-import-upstream]: Checking for package.xml(s)
 [git-bloom-import-upstream]: package.xml(s) found
 [git-bloom-import-upstream]: Found upstream with version: 0.0.1
 [git-bloom-import-upstream]: Upstream contains package: opt_camera
 [git-bloom-import-upstream]: Exporting version 0.0.1
WARNING [vcstools] Command failed: 'git archive -o /tmp/bloom_J1Z4Au/upstream-0.0.1.tar 0.0.1'
 run at: '/tmp/bloom_J1Z4Au/upstream_repo'
 errcode: 128:
fatal: Not a valid object name
[/vcstools]
Traceback (most recent call last):
  File "/usr/bin/git-bloom-release", line 9, in <module>
    load_entry_point('bloom==0.2.16', 'console_scripts', 'git-bloom-release')()
  File "/usr/lib/pymodules/python2.7/bloom/commands/release.py", line 127, in main
    ret = iu_main(iu_args)
  File "/usr/lib/pymodules/python2.7/bloom/commands/import_upstream.py", line 599, in main
    retcode = import_upstream(cwd, tmp_dir, args)
  File "/usr/lib/pymodules/python2.7/bloom/logging.py", line 122, in decorated
    return f(*args, **kwds)
  File "/usr/lib/pymodules/python2.7/bloom/commands/import_upstream.py", line 497, in import_upstream
    import_orig(tarball_path, 'upstream', upstream_repo.get_url(), version)
  File "/usr/lib/pymodules/python2.7/bloom/commands/import_upstream.py", line 289, in import_orig
    targz = tarfile.open(tarball_path, 'r:gz')
  File "/usr/lib/python2.7/tarfile.py", line 1678, in open
    return func(name, filemode, fileobj, **kwargs)
  File "/usr/lib/python2.7/tarfile.py", line 1722, in gzopen
    fileobj = bltn_open(name, mode + "b")
    IOError: [Errno 2] No such file or directory: '/tmp/bloom_J1Z4Au/upstream-0.0.1.tar.gz'


2013-02-05 00:47:38 -0500 commented answer install destination error with my catkin package

Thanks for your detailed advice. I finished my package's catkin migration! Thank you !!!

2013-02-04 12:53:55 -0500 received badge  Student (source)
2013-02-04 08:50:04 -0500 received badge  Notable Question (source)
2013-02-04 02:47:28 -0500 answered a question install destination error with my catkin package

Hi, thanks for your advice. I modified my CMakeLists.txt, but catkin_make failed with the same CMake Error.

catkin_make run successfully when I set my workspace directory as install destination.

 install(TARGETS my_package_node 
 DESTINATION ${CMAKE_INSTALL_PREFIX}/bin 
 )

I don't know how to configure "${CATKIN_PACKAGE_BIN_DESTINATION}.

2013-02-04 02:25:00 -0500 commented question install destination error with my catkin package

catkin_make run successfully when I set my workspace directory as install destination. install(TARGETS my_package_node DESTINATION ${CMAKE_INSTALL_PREFIX}/bin ) I don' know how to configure "${CATKIN_PACKAGE_BIN_DESTINATION}.

2013-02-04 02:17:22 -0500 received badge  Editor (source)
2013-02-04 02:13:24 -0500 received badge  Popular Question (source)
2013-02-04 00:17:52 -0500 asked a question install destination error with my catkin package

I installed Groovy and converted my package from rosbuild to catkin following a migration guide.
I wrote my CMakeLists.txt referenced Groovy's sources and CMakeLists.
I run catkin_make, failed about install DESTINATION.

Moirai@moirai:~/moirai-ws$ catkin_make
Base path: /home/Moirai/moirai-ws
Source space: /home/Moirai/moirai-ws/src
Build space: /home/Moirai/moirai-ws/build
Devel space: /home/Moirai/moirai-ws/devel
Install space: /home/Moirai/moirai-ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/Moirai/moirai-ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/Moirai/moirai-ws/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/groovy
-- This workspace overlays: /opt/ros/groovy
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- catkin 0.5.63
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~  traversing packages in topological order:
-- ~~  - my_package
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'my_package'
-- ==> add_subdirectory(my_package)
CMake Error at my_package/CMakeLists.txt:18 (install):
  install TARGETS given no RUNTIME DESTINATION for executable target
  "my_package_node".


My CMakeLists.txt is

cmake_minimum_required(VERSION 2.8.3)
project(my_package)

find_package(catkin REQUIRED COMPONENTS sensor_msgs driver_base image_proc dynamic_reconfigure camera_calibration_parsers compressed_image_transport cv_bridge rospack)
find_package(OpenCV REQUIRED)

# include files
include_directories(${catkin_INCLUDE_DIRS})
include_directories(SYSTEM ${OpenCV_INCLUDE_DIRS})
include_directories(src/my_package_uvc)
include_directories(${CATKIN_DEVEL_PREFIX}/include/my_package)

# create my_package_node
add_executable(my_package_node src/my_package_node.cpp  src/my_package_uvc/my_package_camera.cpp src/my_package_uvc/my_package_uvc.cpp)
target_link_libraries(my_package_node ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})
install(TARGETS my_package_node
    DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

# define the project
   catkin_package(
   INCLUDE_DIRS src/my_package_uvc
   LIBRARIES ${PROJECT_NAME}
   CATKIN-DEPENDS sensor_msgs driver_base image_proc dynamic_reconfigure camera_calibration_parsers compressed_image_transport cv_bridge
   DEPENDS opencv
)


Where is ${CATKIN_PACKAGE_BIN_DESTINATION}?
What am I doing wrong?

2013-02-03 22:36:32 -0500 received badge  Supporter (source)