Hello there, just wanted to post this question as i am having trouble with my set up (first time user)
Attempting to work through the 'RTI Connext Getting Started' manual, i beleive i have set up my %NDDSHOME correctly and have a license managed bundle so do not have to install target/host applications manually.
However, when i attempt to run the code generator, i receive 'rtiddsgen: command not found'
Have looked around for the answer to no avail. Any direction would be very appreciated.
You can source the setup script to set NDDSHOME and the Library Paths:
e.g.
ls ~/rti_connext_dds-6.1.1/resource/scripts/
rticommon_config.sh rtisetenv_x64Linux4gcc7.3.0.bash rtisetenv_x64Linux4gcc7.3.0.zsh rticommon.sh rtisetenv_x64Linux4gcc7.3.0.tcsh
$ source ~/rti_connext_dds-6.1.1/resource/scripts/rtisetenv_x64Linux4gcc7.3.0.bash
###############################################################################
(c) Copyright, Real-Time Innovations, All rights reserved.
RTI Connext DDS 6.1.1
###############################################################################
$ env | grep NDDSHOME
NDDSHOME=/home/gary/rti_connext_dds-6.1.1
$ env | grep LD_LIBRARY_PATH
RTI_LD_LIBRARY_PATH=/home/gary/rti_connext_dds-6.1.1/lib/x64Linux4gcc7.3.0
LD_LIBRARY_PATH=/home/gary/rti_connext_dds-6.1.1/lib/x64Linux4gcc7.3.0: